projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c629bf
)
(x_free_frame_resources): Remove extraneous call to free_frame_faces.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 15 Dec 2008 01:57:54 +0000
(
01:57
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 15 Dec 2008 01:57:54 +0000
(
01:57
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index c47bd5026f7c42f8f8883dd3400b4df1f89b9aef..505100c6488435559e42df7f322ab05db15c104e 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-9528,9
+9528,6
@@
x_free_frame_resources (f)
if (f->output_data.x->black_relief.allocated_p)
unload_color (f, f->output_data.x->black_relief.pixel);
- if (FRAME_FACE_CACHE (f))
- free_frame_faces (f);
-
x_free_gcs (f);
XFlush (FRAME_X_DISPLAY (f));
}